[INFO] cloning repository https://github.com/proven-network/proven-sql
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/proven-network/proven-sql" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fproven-network%2Fproven-sql", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fproven-network%2Fproven-sql'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 923cc29d2584ab60596b621d076a97bc84fd2825
[INFO] fixing proven-network/proven-sql against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fproven-network%2Fproven-sql" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/proven-network/proven-sql
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/proven-network/proven-sql
[INFO] tweaked toml for git repo https://github.com/proven-network/proven-sql written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/proven-network/proven-sql on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/proven-network/proven-sql already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded std-semaphore v0.1.0
[INFO] [stderr]   Downloaded path-dedot v3.1.1
[INFO] [stderr]   Downloaded path-absolutize v3.1.1
[INFO] [stderr]   Downloaded varint-rs v2.2.0
[INFO] [stderr]   Downloaded fjall v2.11.2
[INFO] [stderr]   Downloaded lsm-tree v2.10.4
[INFO] [stderr]   Downloaded self_cell v1.2.0
[INFO] [stderr]   Downloaded interval-heap v0.0.5
[INFO] [stderr]   Downloaded compare v0.0.6
[INFO] [stderr]   Downloaded double-ended-peekable v0.1.0
[INFO] [stderr]   Downloaded byteview v0.6.1
[INFO] [stderr]   Downloaded lz4_flex v0.11.5
[INFO] [stderr]   Downloaded crossbeam-skiplist v0.1.3
[INFO] [stderr]   Downloaded quick_cache v0.6.16
[INFO] [stderr]   Downloaded value-log v1.9.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 07d8b75cea7491327c28e32ce464ae431a3d98d47d289124a97da583902cad27
[INFO] running `Command { std: "docker" "start" "07d8b75cea7491327c28e32ce464ae431a3d98d47d289124a97da583902cad27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "07d8b75cea7491327c28e32ce464ae431a3d98d47d289124a97da583902cad27" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "07d8b75cea7491327c28e32ce464ae431a3d98d47d289124a97da583902cad27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "07d8b75cea7491327c28e32ce464ae431a3d98d47d289124a97da583902cad27" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking bitflags v2.9.3
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking path-dedot v3.1.1
[INFO] [stderr]     Checking compare v0.0.6
[INFO] [stderr]     Checking path-absolutize v3.1.1
[INFO] [stderr]     Checking rustix v1.1.2
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking interval-heap v0.0.5
[INFO] [stderr]     Checking byteview v0.6.1
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking varint-rs v2.2.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking quick_cache v0.6.16
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking crossbeam-skiplist v0.1.3
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking double-ended-peekable v0.1.0
[INFO] [stderr]    Compiling cc v1.2.36
[INFO] [stderr]     Checking lz4_flex v0.11.5
[INFO] [stderr]     Checking self_cell v1.2.0
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking std-semaphore v0.1.0
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]     Checking regex-syntax v0.8.6
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking indexmap v2.12.0
[INFO] [stderr]     Checking value-log v1.9.0
[INFO] [stderr]     Checking lru v0.16.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking lsm-tree v2.10.4
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking fjall v2.11.2
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking proven-common v0.1.0 (/opt/rustwide/workdir/crates/common)
[INFO] [stderr]     Checking proven-engine v0.1.0 (/opt/rustwide/workdir/crates/engine)
[INFO] [stderr]     Checking proven-mvcc v0.1.0 (/opt/rustwide/workdir/crates/mvcc)
[INFO] [stderr]     Checking tokio-test v0.4.4
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> crates/mvcc/src/history.rs:139:26
[INFO] [stdout]     |
[INFO] [stdout] 139 |             batch.remove(self.partition.clone(), key);
[INFO] [stdout]     |                   ------ ^^^^^^^^^^^^^^^^^^^^^^ expected `&PartitionHandle`, found `PartitionHandle`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fjall-2.11.2/src/batch/mod.rs:82:12
[INFO] [stdout]     |
[INFO] [stdout]  82 |     pub fn remove<K: Into<UserKey>>(&mut self, p: &PartitionHandle, key: K) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 139 |             batch.remove(&self.partition.clone(), key);
[INFO] [stdout]     |                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> crates/mvcc/src/storage.rs:249:34
[INFO] [stdout]     |
[INFO] [stdout] 249 |                     batch.remove(self.data_partition.clone(), key_bytes);
[INFO] [stdout]     |                           ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&PartitionHandle`, found `PartitionHandle`
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fjall-2.11.2/src/batch/mod.rs:82:12
[INFO] [stdout]     |
[INFO] [stdout]  82 |     pub fn remove<K: Into<UserKey>>(&mut self, p: &PartitionHandle, key: K) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 249 |                     batch.remove(&self.data_partition.clone(), key_bytes);
[INFO] [stdout]     |                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> crates/mvcc/src/history.rs:139:26
[INFO] [stdout]     |
[INFO] [stdout] 139 |             batch.remove(self.partition.clone(), key);
[INFO] [stdout]     |                   ------ ^^^^^^^^^^^^^^^^^^^^^^ expected `&PartitionHandle`, found `PartitionHandle`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fjall-2.11.2/src/batch/mod.rs:82:12
[INFO] [stdout]     |
[INFO] [stdout]  82 |     pub fn remove<K: Into<UserKey>>(&mut self, p: &PartitionHandle, key: K) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 139 |             batch.remove(&self.partition.clone(), key);
[INFO] [stdout]     |                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> crates/mvcc/src/uncommitted.rs:169:26
[INFO] [stdout]     |
[INFO] [stdout] 169 |             batch.remove(self.partition.clone(), key);
[INFO] [stdout]     |                   ------ ^^^^^^^^^^^^^^^^^^^^^^ expected `&PartitionHandle`, found `PartitionHandle`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fjall-2.11.2/src/batch/mod.rs:82:12
[INFO] [stdout]     |
[INFO] [stdout]  82 |     pub fn remove<K: Into<UserKey>>(&mut self, p: &PartitionHandle, key: K) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 169 |             batch.remove(&self.partition.clone(), key);
[INFO] [stdout]     |                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> crates/mvcc/src/uncommitted.rs:201:26
[INFO] [stdout]     |
[INFO] [stdout] 201 |             batch.remove(self.partition.clone(), key);
[INFO] [stdout]     |                   ------ ^^^^^^^^^^^^^^^^^^^^^^ expected `&PartitionHandle`, found `PartitionHandle`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fjall-2.11.2/src/batch/mod.rs:82:12
[INFO] [stdout]     |
[INFO] [stdout]  82 |     pub fn remove<K: Into<UserKey>>(&mut self, p: &PartitionHandle, key: K) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 201 |             batch.remove(&self.partition.clone(), key);
[INFO] [stdout]     |                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> crates/mvcc/src/storage.rs:249:34
[INFO] [stdout]     |
[INFO] [stdout] 249 |                     batch.remove(self.data_partition.clone(), key_bytes);
[INFO] [stdout]     |                           ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&PartitionHandle`, found `PartitionHandle`
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fjall-2.11.2/src/batch/mod.rs:82:12
[INFO] [stdout]     |
[INFO] [stdout]  82 |     pub fn remove<K: Into<UserKey>>(&mut self, p: &PartitionHandle, key: K) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 249 |                     batch.remove(&self.data_partition.clone(), key_bytes);
[INFO] [stdout]     |                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> crates/mvcc/src/uncommitted.rs:169:26
[INFO] [stdout]     |
[INFO] [stdout] 169 |             batch.remove(self.partition.clone(), key);
[INFO] [stdout]     |                   ------ ^^^^^^^^^^^^^^^^^^^^^^ expected `&PartitionHandle`, found `PartitionHandle`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fjall-2.11.2/src/batch/mod.rs:82:12
[INFO] [stdout]     |
[INFO] [stdout]  82 |     pub fn remove<K: Into<UserKey>>(&mut self, p: &PartitionHandle, key: K) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 169 |             batch.remove(&self.partition.clone(), key);
[INFO] [stdout]     |                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> crates/mvcc/src/uncommitted.rs:201:26
[INFO] [stdout]     |
[INFO] [stdout] 201 |             batch.remove(self.partition.clone(), key);
[INFO] [stdout]     |                   ------ ^^^^^^^^^^^^^^^^^^^^^^ expected `&PartitionHandle`, found `PartitionHandle`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fjall-2.11.2/src/batch/mod.rs:82:12
[INFO] [stdout]     |
[INFO] [stdout]  82 |     pub fn remove<K: Into<UserKey>>(&mut self, p: &PartitionHandle, key: K) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 201 |             batch.remove(&self.partition.clone(), key);
[INFO] [stdout]     |                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `proven-mvcc` (lib test) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `proven-mvcc` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "07d8b75cea7491327c28e32ce464ae431a3d98d47d289124a97da583902cad27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07d8b75cea7491327c28e32ce464ae431a3d98d47d289124a97da583902cad27", kill_on_drop: false }`
[INFO] [stdout] 07d8b75cea7491327c28e32ce464ae431a3d98d47d289124a97da583902cad27
